home *** CD-ROM | disk | FTP | other *** search
-
- wnindow, hbox, vbox, menu, menubar, menuitem, menupopup {
- font: normal 11px "Tahoma", "Trebuchet MS", Arial;
- }
-
- description[disabled] {
- color: #AAA;
- }
-
- /* TITLEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
-
- #titlebar {
- background: url(images/titlebar-bg.png) repeat-x 0px 0px;
- border: 0px;
- }
-
- #titlebar-menu {
- margin-left: 10px;
- }
-
- .titlebar menu {
- -moz-appearance: none;
- color: #FFFFFF;
- }
-
- .titlebar menu:hover {
- -moz-appearance: none;
- background: #000000;
- }
-
- .titlebar-toplevel {
- margin: 2px 10px 0px 0px;
- border: 0px;
- }
-
- .titlebar menubar, .titlebar menubar:hover {
- -moz-appearance: none;
- border: 0;
- }
-
- .titlebar menuitem, .titlebar menu menu {
- -moz-appearance: none;
- color: #CCCCCC;
- }
-
- .titlebar menuitem:hover, .titlebar menu menu:hover {
- -moz-appearance: none;
- color: #FFFFFF;
- background-color: #444444;
- }
-
- .titlebar menu menuitem[disabled] {
- color: #AAA;
- background-color: inherit;
- }
-
- .titlebar menupopup {
- -moz-appearance: none;
- -moz-border-top-colors: #777777 #555555;
- -moz-border-right-colors: #777777 #555555;
- -moz-border-bottom-colors: #000000 #222222;
- -moz-border-left-colors: #000000 #222222;
- background-color: #333333;
- color: #CCCCCC;
- }
-
- .titlebar menuseparator {
- -moz-appearance: none;
- -moz-border-top-colors: #555555;
- -moz-border-bottom-colors: #333333;
- }
-
- .titlebar caption {
- background: none;
- font: bold 12px "Tahoma", "Trebuchet MS", Arial;
- color: #FFFFFF;
- text-align: center;
- padding-top: 6px;
- }
-
- #titlebar-buttons {
- margin: 4px 2px 0px 0px;
- padding: 0px;
- list-style-type: none;
- overflow: hidden;
- }
-
- #titlebar-buttons li {
- margin: 0px;
- padding: 0px;
- list-style-type: none;
- display: inline;
- }
-
- #titlebar-buttons a {
- float: left;
- height: 0px;
- margin: 0px 2px 0px 0px;
- padding: 16px 0px 0px 0px;
- overflow: hidden;
- cursor: default;
- }
-
- .titlebar-button {
- width: 16px;
- height: 16px;
- margin-right: 2px;
- list-style-image: url("images/titlebar-buttons.png");
- }
-
- #titlebar-buttons-minimize {
- -moz-image-region: rect(0px 16px 16px 0px);
- }
-
- #titlebar-buttons-minimize:hover {
- -moz-image-region: rect(16px 16px 32px 0px);
- }
-
- #titlebar-buttons-maximize {
- -moz-image-region: rect(0px 32px 16px 16px);
- }
-
- #titlebar-buttons-maximize:hover {
- -moz-image-region: rect(16px 32px 32px 16px);
- }
-
- #titlebar-buttons-close {
- -moz-image-region: rect(0px 48px 16px 32px);
- }
-
- #titlebar-buttons-close:hover {
- -moz-image-region: rect(16px 48px 32px 32px);
- }
-
-
-
- /* MAIN
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
-
- splitter {
- -moz-appearance: none;
- -moz-border-right-colors: #666666 #444444;
- -moz-border-left-colors: #666666 #444444;
- background: #333333;
- }
-
- resizer {
- background: black;
- }
-
-
- resizer:hover {
- cursor: e-resize;
- }
-
- resizer.side-resizer {
- min-width: 5px;
- max-width: 5px;
- }
-
- #bottom-right {
- width: 20px;
- }
-
- #resizer-bottom-right {
- -moz-appearance: none;
- margin-top: 45px;
- width: 20px;
- height: 20px;
- background: url(images/bottom-resizer.png) no-repeat 0px 0px;
- }
-
- #resizer-bottom-right:hover {
- cursor: se-resize;
- }
-
-
-
- /* BOTTOM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
-
- #bottom {
- background: url(images/bottom-bg.png) repeat-x 0px 0px;
- }
-
- .bottom button {
- -moz-appearance: none;
- -moz-border-top-colors: #333333 #222222 #111111;
- -moz-border-left-colors: #333333 #222222 #111111;
- -moz-border-bottom-colors: #333333 #222222 #111111;
- -moz-border-right-colors: #333333 #222222 #111111;
- background: url(images/titlebar-bg.png) repeat-x 0px 50%;
- color: #CCCCCC;
- padding: 2px 5px;
- }
-
- .bottom button:hover {
- -moz-appearance: none;
- -moz-border-top-colors: #444444 #222222 #111111;
- -moz-border-left-colors: #444444 #222222 #111111;
- -moz-border-bottom-colors: #444444 #222222 #111111;
- -moz-border-right-colors: #444444 #222222 #111111;
- background: url(images/titlebar-bg.png) repeat-x 0px 50%;
- color: #FFFFFF;
- }
-
- #bottom-left-search {
- margin: 17px 20px 0px 15px;
- }
-
-
- #bottom-center {
-
- }
-
- #bottom-center a {
- cursor: default;
- }
-
- #bottom-buttons {
- }
-
- #bottom-buttons image {
- margin: 0px 2px 0px 0px;
- list-style-image: url(images/bottom-controls.png);
- }
-
- .bottom-buttons-previous {
- -moz-image-region: rect(0px 31px 39px 0px);
- }
-
- .bottom-buttons-previous:hover {
- -moz-image-region: rect(39px 31px 78px 0px);
- }
-
- .bottom-buttons-previous-inactive {
- -moz-image-region: rect(78px 31px 117px 0px);
- }
-
- .bottom-buttons-stop {
- -moz-image-region: rect(0px 70px 39px 31px);
- }
-
- .bottom-buttons-stop:hover {
- -moz-image-region: rect(39px 70px 78px 31px);
- }
-
- .bottom-buttons-stop-inactive {
- -moz-image-region: rect(78px 70px 117px 31px);
- }
-
- .bottom-buttons-play {
- -moz-image-region: rect(0px 109px 39px 70px);
- }
-
- .bottom-buttons-play:hover {
- -moz-image-region: rect(39px 109px 78px 70px);
- }
-
- .bottom-buttons-play-inactive {
- -moz-image-region: rect(78px 109px 117px 70px);
- }
-
- .bottom-buttons-pause {
- -moz-image-region: rect(117px 109px 156px 70px);
- }
-
- .bottom-buttons-pause:hover {
- -moz-image-region: rect(156px 109px 195px 70px);
- }
-
- .bottom-buttons-fullscreen {
- -moz-image-region: rect(0px 140px 39px 109px);
- }
-
- .bottom-buttons-fullscreen:hover {
- -moz-image-region: rect(39px 140px 78px 109px);
- }
-
- .bottom-buttons-fullscreen-inactive {
- -moz-image-region: rect(78px 140px 117px 109px);
- }
-
- .bottom-buttons-next {
- -moz-image-region: rect(0px 171px 39px 140px);
- }
-
- .bottom-buttons-next:hover {
- -moz-image-region: rect(39px 171px 78px 140px);
- }
-
- .bottom-buttons-next-inactive {
- -moz-image-region: rect(78px 171px 117px 140px);
- }
-
- #volume {
- width: 110px;
- height: 100px;
- background: url(images/bottom-volume.png) no-repeat 0px 26px;
- }
-
- #knob {
- width: 12px;
- height: 12px;
- }
-
- #bottom-progress hbox {
- padding: 2px 5px 0px 5px;
- }
-
- #bottom-progress label {
- font: 10px "Courier New" Courier;
- color: black;
- margin: 0px;
- }
-
- #duration-text {
- text-align: right;
- }
-
- #progress-slider {
- position: absolute;
- padding: 0px;
- width: 5px;
- height: 7px;
- }
-
- .progress-slider {
- list-style-image: url("images/progress-slider.png");
- }
-
- .progress-slider-inactive {
- }
-
- #bottom-progress {
- margin: 0px 10px 0px 0px;
- width: 270px;
- height: 26px;
- background: url(images/progress.png) no-repeat;
- }
-
- wizard.startup {
- height: 400px;
- }
-
- .startup-indented {
- margin-left: 30px;
- }
-
- .searchbar-dropmarker-image {
- -moz-margin-start: 12px;
- margin-top: 8px;
- list-style-image: url(images/search-arrow.gif);
- }
-
- tabbox.prefs tab {
- font-size: 150%;
- padding: 2px 10px;
- }
-
- tabbox.prefs tabpanel {
- padding-top: 12px;
- }
-
- radiogroup.indented radio {
- margin-left: 20px;
- }
-
- tabbox.prefs caption {
- background-color: #f6f6f6;
- }
-
- tabbox.prefs groupbox {
- border-color: #ccc;
- }
-
- tabbox.prefs .suboption {
- margin-left: 20px;
- }
-